home *** CD-ROM | disk | FTP | other *** search
- Path: Norway.EU.net!usenet
- From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
- Date: 13 Mar 1996 04:20:43 GMT
- Organization: EUnet Norway
- Message-ID: <885.6646T9T693@login.eunet.no>
- References: <1120.6643T91T406@login.eunet.no> <4hvk1f$o0c@zeus.central.ntua.gr>
- <874.6644T381T2315@login.eunet.no> <4i17ga$doo@btmpjg.god.bel.alcatel.be>
- NNTP-Posting-Host: pc2.asker-pm2-1.eunet.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- >>Tryed "Stack check" and all that. No difference.
- >>Anyway, the default stack is 4K isnt it?
- >>Cant think of anything using that additional 1K.
- >>Dont want it global. Allocate it myself now.
- >>
- >OpenScreenTags() need stack too!! Together with the already used stack
- >by _main, and the 3252 bytes of main(), you only have about 800 bytes
- >left for OpenScreenTags(), might be too small. Stackcheck will not
- >find this, because stackcheck does not know the stack-usage of
- >OpenScreenTags().
-
- OpenScreenTags() doesnt crash. exit(0) does.
- I guess it maby could mess up so exit(0) would crash.
- Stach check should be smart enough to fail if there was too litle stack left.
- I would guess none of the OS calls would need more then 4K since thats the
- default stack size.
-
- <sb>Patrick Hanevold - Virtual Reality developer
- <sb>patrick.hanevold@login.eunet.no
- <sb>Amiga and official Be developer
-
-